home *** CD-ROM | disk | FTP | other *** search
- #ifndef MATH_STORMAMIGA_H
- #define MATH_STORMAMIGA_H
-
- /*
- ** $VER: math_stormamiga.h 1.1 (18.09.98)
- ** Includes Release 44.10
- **
- ** Copyright © 1996/98 by CyberdyneSystems
- **
- ** written by Matthias Henze
- ** All Rights Reserved
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- /*----- ANSI-functions -----*/
-
- int isinf (double);
- int isnan (double);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* MATH_STORMAMIGA_H */
-